home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr10 / inter35c.zip / IV.BAT < prev    next >
DOS Batch File  |  1993-03-09  |  405b  |  16 lines

  1. @ECHO OFF
  2. REM if you are using a DOS version prior to 3.30, remove the @ above
  3. IF NOT "%INTERVUE%" == "" SET __DIR=%INTERVUE%\
  4. IF EXIST %__DIR%INTERRUP.SUM GOTO RUN
  5. IF EXIST %__DIR%INTERRUP.? GOTO CREATE
  6. ECHO Could not find Interrupt List files.
  7. GOTO END
  8.  
  9. :CREATE
  10. ECHO Creating index, please wait....
  11. INTPRINT -s%__DIR%INTERRUP.SUM -m -I %__DIR%INTERRUP.A NUL
  12. :RUN
  13. INTERVUE
  14. :END
  15. SET __DIR=
  16.